home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00589_Script_2D NoBuyers Continue Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
421b
|
18 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, CCLUB, SIGIS, CHEEVERS
if theMovieName = "P02D04A.MOV" then set CCLUB = "c"
if theMovieName = "P02D22B.MOV" then set SIGIS = "c"
if theMovieName = "C02V04D.MOV" then set CHEEVERS = "c"
GameContinue
end mouseUp